home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / ieee1394 / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  600 b   |  19 lines

  1. #
  2. # Makefile for the Linux IEEE 1394 implementation
  3. #
  4.  
  5. ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \
  6.          highlevel.o csr.o nodemgr.o dma.o iso.o \
  7.          csr1212.o config_roms.o
  8.  
  9. obj-$(CONFIG_IEEE1394) += ieee1394.o
  10. obj-$(CONFIG_IEEE1394_PCILYNX) += pcilynx.o
  11. obj-$(CONFIG_IEEE1394_OHCI1394) += ohci1394.o
  12. obj-$(CONFIG_IEEE1394_VIDEO1394) += video1394.o
  13. obj-$(CONFIG_IEEE1394_RAWIO) += raw1394.o
  14. obj-$(CONFIG_IEEE1394_SBP2) += sbp2.o
  15. obj-$(CONFIG_IEEE1394_DV1394) += dv1394.o
  16. obj-$(CONFIG_IEEE1394_ETH1394) += eth1394.o
  17.  
  18. obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o
  19.